Crate event_iterator
source ·Expand description
Asynchronous lending iterator
Structs§
- An event iterator that was created from iterator
- An event iterator that maps the events with f.
- Future for the
next()
andnext_unpinned()
methods
Traits§
- An asynchronous lending iterator
- Trait for converting something into a
'static
event iterator
Functions§
- Convert an iterator into an event iterator.